Skip to main content
Glama

HRFCO Service

{{name}}.mjs292 B
// To learn about scheduled functions and supported cron extensions, // see: https://ntl.fyi/sched-func export default async (req) => { const { next_run } = await req.json() console.log('Received event! Next invocation at:', next_run) } export const config = { schedule: '@hourly', }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kwenhwang/hrfco-service'

If you have feedback or need assistance with the MCP directory API, please join our Discord server